AOF linkable libraries
----------------------
AOF linkable libraries are contained in the JFP: path, and are currently
under construction. The idea is to build up a seperate set of libraries that
may be used from C when linked with JFPatch so as not to use the Shared C
Library stubs (which bumps the module size up excessively).

Currently 3 files are defined :

 fileio.h   File and screen operations (may be renamed to stdio.h)
 memory.h   Memory claim/release (may be renamed to stdlib.h)
 string.h   String processing

Of these only a subset of the C functions you'd expect are supported; see the
headers and JFPatch code for more information.
